Connect your users to your App with the Sequence Embedded Wallet.
Clone Starter Repo
Connect and Authenticate
http://localhost:4444
. Click on Connect to initiate the authentication process.You can now test the Embedded wallet with the boilerplate! Now, let’s configure your own project.Configure your Project
Update Environment Variables
.env
replacing the existing configuration.Ensure you update the PROJECT_ACCESS_KEY
and WAAS_CONFIG_KEY
with the new keys located on the integration page.Test your new configuration
.env
file, run pnpm dev
from the root directory, and navigate back to http://localhost:4444
. Sign into your wallet using email to test the wallet actions again.You are done! You can now see your wallet connection on the Overview page and the keys are scoped to your project.